home *** CD-ROM | disk | FTP | other *** search
/ Basic Instinct 2 Press Kit / Basic Instinct 2 Press Kit.iso / pc / main.dxr / assets_22.ls < prev    next >
Encoding:
Text File  |  2006-03-15  |  120 b   |  10 lines

  1. global gRecordSet
  2.  
  3. on exitFrame me
  4.   if gRecordSet.pmode = "none" then
  5.     quit()
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.